@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #484848;
	-webkit-text-size-adjust: none;
	background-color: #f6f6f6;
}
ul, h2, h3, p, dl, dt, dd {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
img {
	border: none;
}
a {
	font-size: 14px;
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #00A421;
}
.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}
.fc, .fc a {
	color: #e70010;
}
.hidden {
	display: none;
}
/*头部*/
#header {
	width: 100%;
	position: relative;
	z-index: 9999;
}
#top {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}
#top #logo {
	float: left;
	padding-top: 7px;
}
#nav {
	width: 700px;
	float: right;
	height: 100px;
	line-height: 100px;
}
#nav li {
	float: left;
	position:relative;
}
#nav li a {
	font-size: 16px;
	padding: 0 10px;
	margin-left: 16px;
	display: inline-block;
}
#nav li a:hover {
	color: #444;
	background: url(../images/nav_a.png) repeat-x;
}
#nav li.active a {
	background: url(../images/nav_a.png) repeat-x;
}
#nav li .a{
	position:absolute;
	top:100px;
	left:0px;
	width:120px;
	display:none;
}
#nav li:hover .a{
	display:block;
}
#nav li .a .a_top{
	width:120px;
	height:6px;
	overflow:hidden;
	background:url(../images/top.png) no-repeat;
}
#nav li .a dl{
	border:1px solid #e4eaec;
	border-top:none;
	padding:0;
	background:#fff;
}
#nav li .a dd{
	height:38px;
	line-height:38px;	
	text-align:center;
	position:relative;
}
#nav li .a dd:hover{
	background:#edebeb;
}
#nav li .a dd .dd_a{
	position:absolute;
	top:0;
	left:119px;
	width:120px;
	display:none;
}
#nav li .a dd:hover .dd_a{
	display:block;
}
#nav li .a dd .dd_a dl{
	border:1px solid #e4eaec;
	border-top:none;
	padding:0;
	background:#fff;
}
#nav li .a dd .dd_a dt{
	height:38px;
	line-height:38px;	
	text-align:center;
	margin-top:-1px;
}
#nav li .a dd .dd_a dt a{
	height:38px;
	padding:-1px 0 0 0;
	display:block;
	margin:0;
}
#nav li .a dd .dd_a dt a:hover{
	background:#edebeb;
}
#nav li .a dd a{
	height:38px;
	padding:0;
	display:block;
	background:#fff;
	margin:0;
}
#nav li.active .a dd a{
	height:38px;
	padding:0;
	display:block;
	background:#fff;
	margin:0;
}
#nav li .a dd a:hover{
	background:#edebeb;
	margin:0;
}
/*主体*/
.content {
	width: 100%;
	padding-top: 486px;
	position: relative;
}
.content_common {
	width: 100%;
	background:#FFF;
}
/* 单个图片幻灯片盒子 - 公用类 */
.slideBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 523px;
}
.slideBox .hd {
	height: 16px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 60px;
	z-index: 1;
}
.slideBox .hd ul {
	width: 650px;
	padding-left:550px;
	margin: 0 auto;
}
.slideBox .hd ul li {
	width: 10px;
	height: 10px;
	margin-right:10px;
	border-radius:100%;
	text-indent:-9999px;
	float: left;
	text-align: center;
	line-height: 16px;
	background: #000;
}
.slideBox .hd ul li.on {
	background: #02783e;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	float: left;
	width: 100%;
}
.slideBox .bd li a {
	height: 523px;
	display: block;
	text-indent: -9999px;
}
.content .index_sum1 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
}
.content .index_sum1 dl {
	width: 272px;
	float: left;
	padding-left: 23px;
}

.content .index_sum1 dt {
	width: 272px;
	height: 37px;
	line-height: 37px;
	background: #18851c;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.content .index_sum1 dt:hover {
	width: 272px;
	height: 37px;
	line-height: 37px;
	background: #444;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.content .index_sum1 dt a {
	color: #fff;
}
.content .index_sum1 dt span {
	font-size: 17px;
	padding-right: 8px;
}
.content .index_sum1 dd {
	width: 272px;
	height: 156px;
	overflow: hidden;
}

.content .index_sum1 dl.dl2 {
	width: 272px;
	float: right;
}
.index_sum2{
	width:1200px;
	margin:20px auto 0 auto;
	padding-bottom:50px;
}
/*公示公告*/
.index_about{
	width:600px;
	float:left;
}
.index_about dt{
	float:left;
	width:262px;
	margin-top:20px;
	height:175px;
	overflow:hidden;
}
.index_about img{
	width:262px;
	height:175px;
}
.index_about dd{
	width:320px;
	float:right;
	font-size:14px;
	line-height:26px;
	text-indent:2em;
	padding-top:32px;
}
.index_notice {
	width:570px;
    float: right;
}
.index_notice ul{
	margin-top:20px;
}
.index_sum2 h2 {
	height:32px;
	line-height:32px;
	font-size:14px;
	font-weight:normal;
	border-bottom: 1px solid #bac5cb;
}
.index_notice li {
	height:65px;
	line-height: 25px;
	overflow: hidden;
	overflow:hidden;
	font-size:14px;
	padding: 0 0 0 108px;
	position: relative;
	transition: All 1s;
	-webkit-transition: All 1s;
	-moz-transition: All 1s;
	-o-transition: All 1s;
}
.index_notice li b{
	display:block;
}
.index_notice li .li_text {
	position: absolute;
	top:0;
	left: 0;
	width: 88px;
	height: 50px;
	padding-top:3px;
	overflow: hidden;
	line-height:25px;
	font-size: 12px;
	text-align:center;
	border-right: 1px solid #b9b9b9;
	transition: All 1s;
	-webkit-transition: All 1s;
	-moz-transition: All 1s;
	color:#b9b9b9;
	-o-transition: All 1s;
}
.index_notice li:hover .li_text {
	border-right: 1px solid #00A421;
	opacity: 0.5;
	color: #00A421;
}
.index_notice li strong {
	display: block;
	font-size: 24px;
	line-height:24px;
	text-align: center;
	font-family: Helvetica, sans-serif;
}
.index_notice li a{
	font-size:14px;
}
/*底部*/
#footer {
	width: 100%;
	height: 58px;
	background: #fff;
}
#footer p {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: right;
	line-height: 58px;
}
#footer p span {
	position: absolute;
	top: 0;
	left: 0;
}
.w1000 { width:1200px; margin: 0 auto;}
.left { float: left; }
.right { float: right; }
.clear { clear: both; font-size: 0; margin: 0; padding: 0; display: block; _height: 0; overflow: hidden; }
.list_main { margin-bottom: 100px; background:#FFF;}
.list_main .list_left { width: 248px; }
.list_main .list_left .title { background: url(../images/list_title.jpg) no-repeat; width: 100%; height: 60px; color: #fff; }
.list_main .list_left .title h2 { font-size: 12px; padding-left: 14px; padding-top: 12px; text-transform: uppercase; font-weight: 100; }
.list_main .list_left .title h1 { padding-left: 14px; font-size: 18px; }
.list_main .list_left .box1 ul { margin-top: 10px; margin-bottom: 20px; }
.list_main .list_left .box1 ul a { height: 48px; line-height: 48px; border-bottom: 1px solid #ededed; padding-left: 15px; font-size: 14px; vertical-align: middle; display: block; position: relative; color: #4d485b; }
.list_main .list_left .box1 ul a i { width: 13px; height: 13px; background-position: -219px -3px; top: 17px; transition: ease-in-out .3s; position: absolute; right: 15px; }
.list_main .list_left .box1 ul a:hover,.list_main .list_left .box1 ul a.hover { background: #8ccb20; color: #fff; }
.list_main .list_left .box1 ul a:hover i,.list_main .list_left .box1 ul a.hover i { background-position: -236px -3px; }
.list_main .list_left .box2 ul{ padding-top:15px;}
.list_main .list_left .box2 li { margin-bottom:5px; }
.list_main .list_left .box2 li a { display: block; width:226px; padding:0 10px; background: #fff; line-height:34px; height:34px; font-size: 14px; transition: ease-in-out .3s; border:1px solid #eee; overflow:hidden; }
.list_main .list_left .box2 li a img { width: 100px; height: 75px; float: left; margin-right: 15px; }
.list_main .list_left .box2 li a:hover { background: #8ccb20; color: #fff; }
.list_main .list_left .box3 { border: 1px solid #ebebeb; height: 58px; background: url(../images/list_con.jpg) right center no-repeat; border-left: 6px solid #8ccb20; margin-top: 20px; }
.list_main .list_left .box3 a { transition: ease-in-out .3s; }
.list_main .list_left .box3 h1 { font-size: 12px; font-weight: 100; text-transform: uppercase; padding-top: 12px; padding-left: 13px; }
.list_main .list_left .box3 h2 { font-size: 18px; padding-left: 13px; }
.list_main .list_left .box3 a:hover { color: #8ccb20; }
.list_main .list_right { width: 922px; }
.list_main .list_right .no_p{ padding-top:30px; }
.list_main .list_right .list_news .title { margin-top: 45px; width: 100%; height: 35px; line-height: 35px; background: #81BF15; color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.list_main .list_right .list_news .title strong { display: block; width: 154px; height: 35px; background: url(../images/list_t.jpg) left top no-repeat; padding-left: 22px; font-size: 18px; font-weight: 100; float: left; }
.list_main .list_right .list_news .title span { float: left; font-family: arial; text-transform: uppercase; }
.list_main .list_right .list_news ul { padding-top: 15px; }
.list_main .list_right .list_news ul li { border-bottom: 1px dotted #eee; height: 47px; line-height: 47px; }
.list_main .list_right .list_news ul li .left { font-size: 14px; }
.list_main .list_right .list_news ul li .left b { color: #e4e4e4; padding-right: 5px; }
.list_main .list_right .list_news ul li .right { height: 18px; line-height: 18px; text-align: center; text-transform: uppercase; width: 98px; border: 1px solid #ececec; display: block; color: #d0d0d0; font-family: arial; margin-top: 13px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.list_main .list_right .list_news ul li a { display: block; width: 100%; height: 100%; transition: ease-in-out .2s; }
.list_main .list_right .list_news ul li a:hover { color: #269fcc; }
.list_main .list_right .list_news ul li a:hover b { color: #269fcc; }
.list_main .list_right .list_news ul li a:hover .right { background: #269fcc; border: 1px solid #269fcc; color: #fff; }
.list_main .list_right .case_list .title { margin-top: 0; }
.list_main .list_right .case_list .title .right { float: right; padding-right: 15px; }
.list_main .list_right .case_list .title .right a{ color:#e8e6e6;}
.list_main .list_right .case_list .title .right a:hover{ color:#fff;}
.list_main .list_right .case_list ul { margin-bottom: 48px; }
.list_main .list_context { font-size: 14px; line-height: 30px; }
.list_main .list_context img { max-width: 722px; }
.list_main .list_context .h1 { font-size: 24px; color: #2e2e2e; padding: 15px 0; font-weight: 100; }
#footer_common {
	width: 100%;
	height: 58px;
	background: #F6F6F6;
}
#footer_common p {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: right;
	line-height: 58px;
}
#footer_common p span {
	position: absolute;
	top: 0;
	left: 0;}
.nybanner { height: 200px; display: block; margin-bottom:30px;}

.scv_listpages{}.scv_listpages ul{        float:left;        padding:12px 0px 12px 16px;}.scv_listpages ul li{        float:left;        font-family:Tahoma;        line-height:17px;        margin-right:6px;        border:1px solid #E9E9E9;}.scv_listpages ul li a{        float:left;        padding:2px 4px 2px;        color:#555;        display:block;}.scv_listpages ul li a:hover{        color:#690;        text-decoration:none;        padding:2px 4px 2px;}.scv_listpages ul li.thisclass,.scv_listpages ul li.thisclass a,.pagebox ul li.thisclass a:hover{        background-color:#F8F8F8;        padding:2px 4px 2px;        font-weight:bold;}.scv_listpages .pageinfo{        line-height:21px;        padding:12px 10px 12px 16px;        color:#999;}.scv_listpages .pageinfo strong{        color:#555;        font-weight:normal;        margin:0px 2px;}